ServiceExportItems Method (IListItemId) |
Exports items from a mailbox.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ExportItemsResponse> ExportItems(
IList<ItemId> itemIds
)
Public Function ExportItems (
itemIds As IList(Of ItemId)
) As IList(Of ExportItemsResponse)
Parameters
- itemIds
- Type: System.Collections.GenericIListItemId
The IDs of the items to exports.
Return Value
Type:
IListExportItemsResponseIList{ExportItemsResponse}.
See Also